go/types.Checker.funcType (method)

3 uses

	go/types (current package)
		decl.go#L852: 	check.funcType(sig, fdecl.Recv, fdecl.Type)
		signature.go#L108: func (check *Checker) funcType(sig *Signature, recvPar *ast.FieldList, ftyp *ast.FuncType) {
		typexpr.go#L353: 		check.funcType(typ, nil, e)